home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / cinemaquickmenu.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.5 KB  |  145 lines

  1. menu "CinemaQuickmenu" 128 260 NONE
  2.  
  3. resource
  4. Button
  5. {
  6. title "Fakeplayer"
  7. name "Default"
  8. rect 0 20 128 20
  9. fgcolor 1.00 1.00 1.00 1.00
  10. bgcolor 0.00 0.00 1.00 1.00
  11. borderstyle "3D_BORDER"
  12. stuffcommand "script fakeplayer"
  13. }
  14. resource
  15. Button
  16. {
  17. title "Cinematic"
  18. name "Default"
  19. rect 0 40 128 20
  20. fgcolor 1.00 1.00 1.00 1.00
  21. bgcolor 0.00 0.00 1.00 1.00
  22. borderstyle "3D_BORDER"
  23. stuffcommand "script cinematic"
  24. }
  25. resource
  26. Button
  27. {
  28. title "First Person"
  29. name "Default"
  30. rect 0 100 128 20
  31. fgcolor 1.00 1.00 1.00 1.00
  32. bgcolor 0.00 0.00 1.00 1.00
  33. borderstyle "3D_BORDER"
  34. stuffcommand "cg_3rd_person 0"
  35. }
  36. resource
  37. Label
  38. {
  39. title "Cinema End"
  40. name "Default"
  41. rect 0 120 128 20
  42. fgcolor 0.00 0.00 0.00 1.00
  43. bgcolor 0.00 1.00 1.00 1.00
  44. borderstyle "INDENT_BORDER"
  45. }
  46. resource
  47. Label
  48. {
  49. title "Cinema Start"
  50. name "Default"
  51. rect 0 0 128 20
  52. fgcolor 0.00 0.00 0.00 1.00
  53. bgcolor 1.00 1.00 0.00 1.00
  54. borderstyle "INDENT_BORDER"
  55. }
  56. resource
  57. Button
  58. {
  59. title "RemoveFakeplayer"
  60. name "Default"
  61. rect 0 140 128 20
  62. fgcolor 1.00 1.00 1.00 1.00
  63. bgcolor 0.50 0.00 1.00 1.00
  64. borderstyle "3D_BORDER"
  65. stuffcommand "script removefakeplayer"
  66. }
  67. resource
  68. Button
  69. {
  70. title "Noncinematic"
  71. name "Default"
  72. rect 0 160 128 20
  73. fgcolor 1.00 1.00 1.00 1.00
  74. bgcolor 0.50 0.00 1.00 1.00
  75. borderstyle "3D_BORDER"
  76. stuffcommand "script noncinematic"
  77. }
  78. resource
  79. Button
  80. {
  81. title "Cueplayer"
  82. name "Default"
  83. rect 0 200 128 20
  84. fgcolor 1.00 1.00 1.00 1.00
  85. bgcolor 0.50 0.00 1.00 1.00
  86. borderstyle "3D_BORDER"
  87. stuffcommand "script cueplayer 0"
  88. }
  89. resource
  90. Button
  91. {
  92. title "ThirdPerson"
  93. name "Default"
  94. rect 0 220 128 20
  95. fgcolor 1.00 1.00 1.00 1.00
  96. bgcolor 0.50 0.00 1.00 1.00
  97. borderstyle "3D_BORDER"
  98. stuffcommand "cg_3rd_person 1"
  99. }
  100. resource
  101. Button
  102. {
  103. title "Noclip"
  104. name "Default"
  105. rect 0 80 128 20
  106. fgcolor 1.00 1.00 1.00 1.00
  107. bgcolor 0.00 0.00 1.00 1.00
  108. borderstyle "3D_BORDER"
  109. stuffcommand "noclip"
  110. }
  111. resource
  112. Button
  113. {
  114. title "Noclip"
  115. name "Default"
  116. rect 0 240 128 20
  117. fgcolor 1.00 1.00 1.00 1.00
  118. bgcolor 0.50 0.00 1.00 1.00
  119. borderstyle "3D_BORDER"
  120. stuffcommand "noclip"
  121. }
  122. resource
  123. Button
  124. {
  125. title "Clearletterbox"
  126. name "Default"
  127. rect 0 180 128 20
  128. fgcolor 1.00 1.00 1.00 1.00
  129. bgcolor 0.50 0.00 1.00 1.00
  130. borderstyle "3D_BORDER"
  131. stuffcommand "script clearletterbox 0"
  132. }
  133. resource
  134. Button
  135. {
  136. title "Letterbox 1"
  137. name "Default"
  138. rect 0 60 128 20
  139. fgcolor 1.00 1.00 1.00 1.00
  140. bgcolor 0.00 0.00 1.00 1.00
  141. borderstyle "3D_BORDER"
  142. stuffcommand "script letterbox 1"
  143. }
  144. end.
  145.